home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Dev / misc / StripHunk.lha / StripHunk / StripHunk.readme < prev    next >
Encoding:
Text File  |  2003-12-26  |  1.7 KB  |  41 lines

  1. Short:    tiny cli-command strips hunks/relocs
  2. Author:   joerg riemer <joerg_riemer@freenet.de>
  3. Uploader: joerg riemer <joerg_riemer@freenet.de>
  4. Type:     dev/misc
  5. Replaces: dev/misc/StripHunk.*
  6. Version:  1.3
  7. Date:     7.11.2000
  8. Requires: Kickstart V37+
  9. Keywords: Hunk, Reloc, Debug, Overlay
  10.  
  11. StripHunk is a tiny cli-command to strip debug hunks like HUNK_DEBUG,
  12. HUNK_SYMBOL and or HUNK_NAME may be available in any executable file.
  13. StripHunk is also able to change relocation hunks from HUNK_RELOC32 to
  14. HUNK_DREL32 and backward. in most cases it will save a bit of your
  15. diskspace when a HUNK_RELOC32 could be replaced by the optimized
  16. HUNK_DREL32.
  17.  
  18. a special option allows to create code/data_hunks known as code-bss
  19. or data-bss sections. but this is mainly useful for lazy assembler
  20. programmers like me. it's not important if you don't know for what
  21. these sections are. a moderate asm-programmer will and i hope they
  22. like this option.
  23.  
  24. you may also strip overlay-files with striphunk, but they must be in
  25. a standard-overlay format. currently i know only 2 programs which are
  26. generated in that format. these are DPaintIV from Electronic Arts and
  27. SetVNC from the ViNCEd-package by Thomas Richter. all others i found
  28. simply are dirty hacker tricks which have nothing to do with overlay.
  29. again, any former version of DPaint is generated by a self-constructed
  30. overlay-style and not compatible. so, don't wonder when StripHunk stops
  31. proccessing these files by printing an overlay_error.
  32.  
  33. *** USE AT YOUR OWN RISK ***
  34.  
  35.   joerg...
  36.  
  37. ps:  a special thanks to Thomas Baust who inspirated me to program
  38. this piece. and secondly to Thomas Richter for the long discussion
  39. about overlays and their secrets to be or not to be in amiga's life.
  40.  
  41.